Skip to content

feat: add pod and container securityContext support#124

Open
mirobertod wants to merge 1 commit intoFusionAuth:mainfrom
mirobertod:feature/security-context
Open

feat: add pod and container securityContext support#124
mirobertod wants to merge 1 commit intoFusionAuth:mainfrom
mirobertod:feature/security-context

Conversation

@mirobertod
Copy link
Contributor

Summary

  • Add podSecurityContext and securityContext values for pod-level and container-level security context
  • Enables compliance with Kubernetes restricted Pod Security Standard
  • Backwards compatible: no securityContext rendered when values are empty

Test plan

  • helm lint passes
  • helm template renders securityContext blocks when values are set
  • No securityContext block rendered without values (backwards compatible)

@mirobertod mirobertod marked this pull request as ready for review February 10, 2026 14:24
@mirobertod mirobertod requested review from a team as code owners February 10, 2026 14:24
@mirobertod
Copy link
Contributor Author

Hi @johnjeffers , can you review this PR? Is something missing?
Thank you

@johnjeffers
Copy link
Contributor

@mirobertod I think is good, just want to run a couple tests to validate. If everything checks out I'll merge it and it'll go out as part of the next regular release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments